From 3208c4f2cb0cd44c746a3b6901210824265c3910 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 12 Feb 2019 15:48:56 +0100 Subject: [PATCH] Increase netperf test timeout --- repos/ports/run/netperf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/ports/run/netperf.inc b/repos/ports/run/netperf.inc index 47c97f0df5..ff3de47bfc 100644 --- a/repos/ports/run/netperf.inc +++ b/repos/ports/run/netperf.inc @@ -427,7 +427,7 @@ foreach netperf_test $netperf_tests { # reset output, so that we get on the second run not the result of the first set output "" - run_genode_until "Segment" 60 $spawn_id_list + run_genode_until "Segment" 120 $spawn_id_list # get throughput from netperf output set throughput [regexp -all -inline {([0-9]+[ ]+){3}[0-9]+\.[0-9]+[ ]+[0-9]+\.[0-9]+} $output]