Skip to content

Commit

Permalink
change start_fail_timeout to 20 to do more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyongh committed Sep 6, 2024
1 parent e6ea532 commit 95075bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wamr-test-suites/spec-test-script/runtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ def test_assert_with_exception(form, wast_tempfile, wasm_tempfile, aot_tempfile,
temp_file_repo.append(prefix + ".aot")
if opts.qemu:
# increase fail timeout in QEMU testing
opts.start_fail_timeout = 10
opts.start_fail_timeout = 20

ret_code = 0
try:
Expand Down

0 comments on commit 95075bd

Please sign in to comment.