Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3f0f5b6

Browse files
author
Stepan Pesternikov
committed
execute window
1 parent a2b54a0 commit 3f0f5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/perl/t/jobExecuteWindow.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ok($sth->execute()) or (print $DBI::errstr and $dbh->disconnect() and BAIL_OUT);
5454
$sth->finish();
5555

5656

57-
sleep 120;
57+
sleep 60;
5858
$query = "SELECT count(*) FROM test_results";
5959
$sth = $dbh->prepare($query);
6060
ok($sth->execute()) or (print $DBI::errstr and $dbh->disconnect() and BAIL_OUT);

0 commit comments

Comments
 (0)