This repository was archived by the owner on Feb 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 77 check_formatting :
88 name : Check Formatting
99 runs-on : ubuntu-latest
10+ timeout-minutes : 60
1011 steps :
1112 - uses : actions/checkout@v3
1213
3839 website :
3940 name : Build WASM binary
4041 runs-on : ubuntu-latest
42+ timeout-minutes : 60
4143 steps :
4244 - uses : actions/checkout@v3
4345 - uses : actions-rs/toolchain@v1
7072 browser_tests :
7173 name : Browser Tests
7274 runs-on : ubuntu-latest
75+ timeout-minutes : 60
7376 env :
7477 RUSTUP_TOOLCHAIN : nightly-2023-10-24
7578 WASM_BINDGEN_TEST_TIMEOUT : 240
@@ -111,6 +114,7 @@ jobs:
111114 wasm_checks :
112115 name : Rust Wasm Checks
113116 runs-on : ubuntu-latest
117+ timeout-minutes : 60
114118 steps :
115119 - uses : actions/checkout@v3
116120 - uses : actions-rs/toolchain@v1
@@ -142,6 +146,7 @@ jobs:
142146
143147 core_tests_linux :
144148 name : Core Tests on Linux
149+ timeout-minutes : 60
145150 runs-on : ubuntu-latest
146151
147152 strategy :
@@ -191,6 +196,7 @@ jobs:
191196 core_tests_mac :
192197 name : Core Tests on macOS
193198 runs-on : macos-latest
199+ timeout-minutes : 60
194200
195201 strategy :
196202 fail-fast : false
@@ -236,6 +242,7 @@ jobs:
236242 core_tests_windows :
237243 name : Core Tests on Windows
238244 runs-on : windows-latest
245+ timeout-minutes : 60
239246
240247 strategy :
241248 fail-fast : false
You can’t perform that action at this time.
0 commit comments