increase panel starting timeout

using ./Build test
agranig/peering-route
Gerhard Jungwirth 13 years ago
parent 03f08d19aa
commit c1e2303c6b

@ -22,7 +22,7 @@ method wait_socket($host, $port) {
sleep 1;
$timer++;
die sprintf('socket %s:%s is not accessible within 30 seconds after start', $host, $port)
if $timer > 30;
if $timer > 90;
};
}

Loading…
Cancel
Save