Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit f7c8a86

Browse files
committed
integration_SUITE: Bump timetrap to one hour
It takes more than 30 minutes to compile Erlang from source, even with the larger VM we selected for CI. (cherry picked from commit 7313b75)
1 parent 9bfad88 commit f7c8a86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/integration_SUITE.erl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
-include_lib("eunit/include/eunit.hrl").
1212

1313
-export([all/0,
14+
suite/0,
1415
groups/0,
1516
init_per_suite/1, end_per_suite/1,
1617
init_per_group/2, end_per_group/2,
@@ -25,6 +26,11 @@ all() ->
2526
{group, using_autoscaling_group}
2627
].
2728

29+
suite() ->
30+
[
31+
{timetrap, {hours, 1}}
32+
].
33+
2834
groups() ->
2935
[
3036
{using_tags, [parallel], [cluster_was_formed]},

0 commit comments

Comments
 (0)