Skip to content

Commit 7ee7a7a

Browse files
committed
use time limit
1 parent 09c8f9e commit 7ee7a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
env:
7676
SELENIUM_WEBDRIVER: ${{ matrix.browser }}
7777
ENABLE_GEOCACHE_TEST: '1'
78-
run: poetry run pytest --timeout=300
78+
run: poetry run pytest --time-limit=300
7979

8080
smoke:
8181
name: Docker Smoke Test

0 commit comments

Comments
 (0)