Skip to content

Commit ddd5c09

Browse files
committed
Increase test timeout
1 parent fbc8485 commit ddd5c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DCPS/RecorderReplayer/run_test.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
$test->start_process("subscriber");
141141
$test->start_process("relay");
142142

143-
my $result = $test->finish(60);
143+
my $result = $test->finish(180);
144144
if ($result != 0) {
145145
print STDERR "ERROR: test returned $result\n";
146146
$status = 1;

0 commit comments

Comments
 (0)