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

Commit

Permalink
integration_SUITE: Bump timetrap to one hour
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
dumbbell committed Jul 27, 2020
1 parent 9bfad88 commit f7c8a86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
-include_lib("eunit/include/eunit.hrl").

-export([all/0,
suite/0,
groups/0,
init_per_suite/1, end_per_suite/1,
init_per_group/2, end_per_group/2,
Expand All @@ -25,6 +26,11 @@ all() ->
{group, using_autoscaling_group}
].

suite() ->
[
{timetrap, {hours, 1}}
].

groups() ->
[
{using_tags, [parallel], [cluster_was_formed]},
Expand Down

0 comments on commit f7c8a86

Please sign in to comment.