We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603a7e0 commit 10d7a4fCopy full SHA for 10d7a4f
tests/system_tests.pm
@@ -116,7 +116,7 @@ ENDFUNC
116
# upload per-test logs
117
my $test_logs_path = "/tmp/$test/";
118
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);
+ assert_script_run("sudo python3 split_logs.py --junit-xml=nose2-junit-$test.xml --outdir=$test_logs_path", timeout => 240);
120
my $files_path_str = script_output("find $test_logs_path -type f");
121
my @files_paths = split /\n/, $files_path_str;
122
foreach my $file_path (@files_paths) {
0 commit comments