Skip to content

Commit

Permalink
Increase initial thread sleep to void data no being available.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Apr 10, 2017
1 parent 1134449 commit 1222a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class GroupTriggerAlerterITest extends AlertingITestBase {

// It should not take long to generate the members but give it a few seconds
for ( int i=0; i < 10; ++i ) {
Thread.sleep(500);
Thread.sleep(2500);

resp = client.get(path: "triggers/groups/mgt2/members" )
if ( resp.status == 200 && resp.data.size() >= 2 ) {
Expand Down

0 comments on commit 1222a14

Please sign in to comment.