mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
* Increase the timeout to deal with heavily loaded hosts.
svn path=/nixos/trunk/; revision=16952
This commit is contained in:
parent
a27680ea17
commit
2b5c9a78ff
@ -94,7 +94,7 @@ sub connect {
|
||||
while (1) {
|
||||
last if -e ($self->{stateDir} . "/running");
|
||||
sleep 1;
|
||||
die ("VM " . $self->{name} . " timed out") if $try++ > 180;
|
||||
die ("VM " . $self->{name} . " timed out") if $try++ > 300;
|
||||
}
|
||||
|
||||
while (1) {
|
||||
|
Loading…
Reference in New Issue
Block a user