Skip to content

Commit 83e593d

Browse files
committed
increase timeout for pjdfstest scripts
1 parent c21fe3b commit 83e593d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/prove.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ def __run_fstest__(self, abs_test_path):
187187
return run_command(
188188
# ['prove', '-v', abs_test_path],
189189
['bash', abs_test_path],
190-
return_output = True, sudo = self.with_sudo, timeout = 90, setsid = True
190+
return_output = True, sudo = self.with_sudo, timeout = 120, setsid = True
191191
)

0 commit comments

Comments
 (0)