Raise test_snapshot_chain_ec timeout to 6 minutes

This commit is contained in:
Vitaliy Filippov
2024-02-11 16:13:52 +03:00
parent 978bdc128a
commit 2947ea93e8
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -39,6 +39,10 @@ for my $line (<>)
$test_name .= '_'.lc($1).'_'.$2;
}
}
if ($test_name eq 'test_snapshot_chain_ec')
{
$timeout = 6;
}
$line =~ s!\./test_!/root/vitastor/tests/test_!;
# Gitea CI doesn't support artifacts yet, lol
#- name: Upload results