From f3ddb8226a9e7da45a819139e64a43c7cd1e8555 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Mon, 15 Apr 2013 08:51:55 +0200 Subject: [PATCH] users/mainz: Wait some longer in psu.pl --- users/mainz_kph_a2/psu.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/mainz_kph_a2/psu.pl b/users/mainz_kph_a2/psu.pl index 79c4dd9..0ef438d 100755 --- a/users/mainz_kph_a2/psu.pl +++ b/users/mainz_kph_a2/psu.pl @@ -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); -- 2.43.0