From 56d6a48ce04c1919e614e63cdd047dbf61034350 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 14 Feb 2013 17:05:41 +0100 Subject: [PATCH] Increase tesh timeouts for slow machines. --- examples/java/bittorrent/bittorrent.tesh | 1 + examples/java/commTime/commtime.tesh | 1 + examples/msg/pmm/pmm.tesh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/java/bittorrent/bittorrent.tesh b/examples/java/bittorrent/bittorrent.tesh index 763814cac6..1fa670c5fd 100644 --- a/examples/java/bittorrent/bittorrent.tesh +++ b/examples/java/bittorrent/bittorrent.tesh @@ -1,6 +1,7 @@ #! tesh ! output sort +! timeout 15 $ java -cp ${classpath:=.} bittorrent/Bittorrent ${srcdir:=.}/platform.xml ${srcdir:=.}/bittorrent/bittorrent.xml > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up. diff --git a/examples/java/commTime/commtime.tesh b/examples/java/commTime/commtime.tesh index c4a8529218..1e50976fdf 100644 --- a/examples/java/commTime/commtime.tesh +++ b/examples/java/commTime/commtime.tesh @@ -1,6 +1,7 @@ #! tesh ! output sort +! timeout 15 $ java -cp ${classpath:=.} commTime/CommTimeTest ${srcdir:=.}/platform.xml ${srcdir:=.}/commTime/commTimeDeployment.xml > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up. diff --git a/examples/msg/pmm/pmm.tesh b/examples/msg/pmm/pmm.tesh index df3485e165..8c977f323a 100644 --- a/examples/msg/pmm/pmm.tesh +++ b/examples/msg/pmm/pmm.tesh @@ -2,7 +2,7 @@ p Testing the Parallel Matrix Multiplication -! timeout 60 +! timeout 120 $ ./pmm/msg_pmm --log=msg_pmm.thres:verbose --log=no_loc ${srcdir:=.}/../platforms/cluster.xml ${srcdir:=.}/pmm/pmm_9_deploy.xml > [c-0.me:node:(1) 0.000000] [msg_pmm/VERBOSE] Create job 0 > [c-0.me:node:(1) 0.000000] [msg_pmm/VERBOSE] Create job 1 -- 2.20.1