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
+1 -1
View File
@@ -395,7 +395,7 @@ jobs:
steps:
- name: Run test
id: test
timeout-minutes: 3
timeout-minutes: 6
run: SCHEME=ec /root/vitastor/tests/test_snapshot_chain.sh
- name: Print logs
if: always() && steps.test.outcome == 'failure'
+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