]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/steps/my-oldconfig.pl
continuous: Increase timeout in my-oldconfig
[can-benchmark.git] / continuous / steps / my-oldconfig.pl
index 17080b458e4bf7890473aaade1b2c59207f7cc9f..736bf57625c407eeae912ed548c7dc0d5e084495 100755 (executable)
@@ -4,7 +4,7 @@ use Expect;
 my $exp = Expect->spawn("make oldconfig")
     or die "Cannot spawn make oldconfig: $!\n";
 
-my $timeout = 1;
+my $timeout = 10;
 $exp->expect($timeout,
             [ '^ *choice\[.*\]: '           => sub { $exp->send("\n");  exp_continue; } ],
             [ '^([^ ]| *[^>0-9]).*\(NEW\) ' => sub { $exp->send("n\n"); exp_continue; } ],