mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ sub connect {
|
||||||
while (1) {
|
while (1) {
|
||||||
last if -e ($self->{stateDir} . "/running");
|
last if -e ($self->{stateDir} . "/running");
|
||||||
sleep 1;
|
sleep 1;
|
||||||
die ("VM " . $self->{name} . " timed out") if $try++ > 180;
|
die ("VM " . $self->{name} . " timed out") if $try++ > 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue