tresor_tester.run: raise test timeout

Some platforms (especially the qemu-based ones) used to time out on
nightly tests although they would have succeeded with more time.

Ref #5148
This commit is contained in:
Martin Stein 2024-04-01 11:23:02 +02:00 committed by Christian Helmuth
parent 4a1a29b3d0
commit 5cb5610906

View File

@ -1147,7 +1147,7 @@ build_boot_image $boot_modules
append qemu_args " -nographic " append qemu_args " -nographic "
set test_timeout 100 set test_timeout 200
if {[benchmark_blk_count] > 0} { if {[benchmark_blk_count] > 0} {
set test_timeout 300 set test_timeout 300
} }