Skip to content

Commit bd67bc3

Browse files
author
Daniil Fedotov
committed
Double timetrap timeout for partition test to make CI happy
1 parent 31f368a commit bd67bc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/partitions_SUITE.erl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
%% It's a lot, but still better than timetrap_timeout
3434
-define(AWAIT_TIMEOUT, 300000).
3535

36+
suite() ->
37+
[{timetrap, {minutes, 60}}].
38+
3639
all() ->
3740
[
3841
{group, net_ticktime_1},

0 commit comments

Comments
 (0)