]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
users/mainz: Wait some longer in psu.pl
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 15 Apr 2013 06:51:55 +0000 (08:51 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 15 Apr 2013 06:51:55 +0000 (08:51 +0200)
users/mainz_kph_a2/psu.pl

index 79c4dd90c4a53b253ccc1eaba2c1814b673867db..0ef438d9f49f53a84e309ddd531e6bf9dd69d751 100755 (executable)
@@ -39,7 +39,7 @@ sub do_power_cycle {
 
   if($timeout>0) {
     print "Waiting a bit more...\n";
-    sleep(3);
+    sleep(10);
     print_current_values($ch);
     print "Turning on Output $ch again...\n";
     send_and_read("F100360101",$ch);