Skip to content

Commit 478df12

Browse files
author
DavertMik
committed
fixed codecept timeout
1 parent 05dbcda commit 478df12

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/single-test-timeout.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ jobs:
4040
run: 'sleep 3'
4141
- name: run simple test with browser restart
4242
run: |
43-
echo "=== Running simple test with browser restart ==="
44-
timeout 60 env BROWSER_RESTART=browser ./bin/codecept.js run --config test/acceptance/codecept.Playwright.js --grep "simple page test" --verbose
45-
echo "Exit code: $?"
46-
timeout-minutes: 2
43+
DEBUG=* BROWSER_RESTART=browser ./bin/codecept.js run --config test/acceptance/codecept.Playwright.js --grep "simple page test" --verbose
44+
timeout-minutes: 1
4745

4846
test-complex-scenario:
4947
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)