Skip to content

Commit c0d59c8

Browse files
committed
chore: rm timeout
1 parent 3b02151 commit c0d59c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
./test/node_modules/.bin/playwright install
375375
376376
- name: Run end-to-end tests
377-
run: CODE_SERVER_TEST_ENTRY=./release yarn test:e2e --global-timeout 840000
377+
run: CODE_SERVER_TEST_ENTRY=./release yarn test:e2e
378378

379379
- name: Upload test artifacts
380380
if: always()

0 commit comments

Comments
 (0)