Skip to content

Commit 10d7a4f

Browse files
committed
Give more time for split_logs.py script
It isn't very optimized, and sometimes needs more time if there are a lot of failures.
1 parent 603a7e0 commit 10d7a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system_tests.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ENDFUNC
116116
# upload per-test logs
117117
my $test_logs_path = "/tmp/$test/";
118118
assert_script_run("mkdir $test_logs_path");
119-
assert_script_run("sudo python3 split_logs.py --junit-xml=nose2-junit-$test.xml --outdir=$test_logs_path", timeout => 120);
119+
assert_script_run("sudo python3 split_logs.py --junit-xml=nose2-junit-$test.xml --outdir=$test_logs_path", timeout => 240);
120120
my $files_path_str = script_output("find $test_logs_path -type f");
121121
my @files_paths = split /\n/, $files_path_str;
122122
foreach my $file_path (@files_paths) {

0 commit comments

Comments
 (0)