mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Revert "NixOS tests: Wait for shell for 10x longer (50m)"
This reverts commit 9bc10e1291
.
This commit is contained in:
parent
c7a5b771df
commit
95486ca306
@ -250,8 +250,7 @@ sub connect {
|
||||
$self->start;
|
||||
|
||||
local $SIG{ALRM} = sub { die "timed out waiting for the VM to connect\n"; };
|
||||
# 50 minutes -- increased as a test, see #49441
|
||||
alarm 3000;
|
||||
alarm 300;
|
||||
readline $self->{socket} or die "the VM quit before connecting\n";
|
||||
alarm 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user