From: Marion Guthmuller Date: Wed, 14 Aug 2013 15:10:17 +0000 (+0200) Subject: increase timeout X-Git-Tag: v3_9_90~127^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e3a0e6efae0ebd7b72d522da18849c0cf6dba5b9 increase timeout --- diff --git a/examples/java/async/async.tesh b/examples/java/async/async.tesh index bc6b11ce3e..6083344065 100644 --- a/examples/java/async/async.tesh +++ b/examples/java/async/async.tesh @@ -1,7 +1,7 @@ #! tesh ! output sort -! timeout 15 +! timeout 30 $ java -cp ${classpath:=.} async/AsyncTest ${srcdir:=.}/platform.xml ${srcdir:=.}/async/asyncDeployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (10:async.Slave@Robert) Receiving on 'slave_8' > [ 0.000000] (11:async.Slave@Sirois) Receiving on 'slave_9' diff --git a/examples/smpi/replay/smpi_replay.tesh b/examples/smpi/replay/smpi_replay.tesh index ca209a958e..cf6c20ff59 100644 --- a/examples/smpi/replay/smpi_replay.tesh +++ b/examples/smpi/replay/smpi_replay.tesh @@ -6,7 +6,7 @@ p Test of trace replay with SMPI (one trace for all processes) < replay/actions_bcast.txt $ mkfile replay/one_trace -! timeout 30 +! timeout 60 $ ../../bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/cpu_threshold:1 -np 3 -platform ${srcdir:=.}/replay/replay_platform.xml -hostfile ${srcdir:=.}/hostfile ./smpi_replay replay/one_trace > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '1e-9' diff --git a/teshsuite/smpi/gather_coll.tesh b/teshsuite/smpi/gather_coll.tesh index c4b40fe684..6243654ced 100644 --- a/teshsuite/smpi/gather_coll.tesh +++ b/teshsuite/smpi/gather_coll.tesh @@ -1,6 +1,7 @@ # Smpi Alltoall collectives tests ! setenv LD_LIBRARY_PATH=../../lib ! output sort +! timeout 30 p Test all to all $ ../../bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../../examples/msg/small_platform.xml -np 16 --log=xbt_cfg.thres:critical ./gather_coll