Skip to content

Commit 4677ab0

Browse files
committed
Avoid use of timeout
1 parent 2695375 commit 4677ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
254254
# Test basic app launch (verify it can start without crashing)
255255
echo "Testing app launch..."
256-
timeout 30s "$APP_BUNDLE/Contents/MacOS/Kiwix JS Electron" \
256+
"$APP_BUNDLE/Contents/MacOS/Kiwix JS Electron" \
257257
--disable-gpu-sandbox \
258258
--no-sandbox \
259259
--disable-web-security \

0 commit comments

Comments
 (0)