Revert "NixOS tests: Wait for shell for 10x longer (50m)"

This reverts commit 9bc10e1291.
This commit is contained in:
Sarah Brofeldt 2018-11-05 08:58:08 +00:00
parent c7a5b771df
commit 95486ca306

View file

@ -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;