Increase netperf test timeout

This commit is contained in:
Christian Helmuth 2019-02-12 15:48:56 +01:00 committed by Norman Feske
parent abdd1d7715
commit 3208c4f2cb
1 changed files with 1 additions and 1 deletions

View File

@ -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]