From 5cb561090694690593c3e5e6b86c227517b587f7 Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Mon, 1 Apr 2024 11:23:02 +0200 Subject: [PATCH] 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 --- repos/gems/run/tresor_tester.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/gems/run/tresor_tester.run b/repos/gems/run/tresor_tester.run index 7ad28a77b1..f98647eb09 100644 --- a/repos/gems/run/tresor_tester.run +++ b/repos/gems/run/tresor_tester.run @@ -1147,7 +1147,7 @@ build_boot_image $boot_modules append qemu_args " -nographic " -set test_timeout 100 +set test_timeout 200 if {[benchmark_blk_count] > 0} { set test_timeout 300 }