Skip to content

Commit ef9eac3

Browse files
committed
give tests more time
1 parent c05943b commit ef9eac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestCases/hybrid_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def main():
568568

569569
for test in test_list:
570570
test.su2_exec = "SU2_CFD -t 2"
571-
test.timeout = 300
571+
test.timeout = 600
572572
test.tol = 1e-4
573573
#end
574574

0 commit comments

Comments
 (0)