Skip to content

Commit eaa1f17

Browse files
keith-packardnashif
authored andcommitted
llvm: Increase timeout for picolibc testing
compiler-rt has very slow floating point emulation which causes the long-double test to timeout on riscv. Increase the timeout by a factor of 20 to avoid this issue. Signed-off-by: Keith Packard <[email protected]>
1 parent b1977cb commit eaa1f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/llvm/test-support/run-picolibc-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run_tests(meson_command, source_dir, build_dir, variant):
6767
)
6868

6969
returncode = subprocess.run(
70-
[meson_command, "test"],
70+
[meson_command, "test", "-t", "20"],
7171
cwd=build_dir,
7272
).returncode
7373

0 commit comments

Comments
 (0)