Skip to content

Commit 627a6a5

Browse files
Jake ChampionJakeChampion
authored andcommitted
lower the timeout for test runs on github to 20 minutes
1 parent 1f81925 commit 627a6a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
./wpt make-hosts-file | sudo tee -a /etc/hosts
160160
161161
- name: Run tests
162+
timeout-minutes: 20
162163
run: |
163164
cd engine-${{ matrix.profile }}
164165
# Skip slow tests when testing the debug runtime.
@@ -336,6 +337,7 @@ jobs:
336337
./target/release/js-compute-runtime --help
337338
338339
- name: js-compute Integration Tests Job
340+
timeout-minutes: 20
339341
uses: ./.github/actions/compute-sdk-test
340342
id: sdktest
341343

0 commit comments

Comments
 (0)