Skip to content

Commit c823c4e

Browse files
committed
ci: Bump timeout on tests
1 parent e9fc5c8 commit c823c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
TEST_EXE=$(CARGO_TARGET_MIPSEL_SONY_PSX_RUNNER=echo cargo psx test)
4949
xvfb-run mednafen -psx.dbg_level 2 -psx.bios_jp scph7001.bin $TEST_EXE \
5050
| tee bios_stdout &
51-
sleep 15
51+
sleep 30
5252
grep "test result: ok. [0-9]* passed; 0 failed" bios_stdout
5353
popd
5454
- name: Build examples

0 commit comments

Comments
 (0)