Skip to content

Commit

Permalink
Merge pull request #799 from hawkular/increase_time
Browse files Browse the repository at this point in the history
Increase initial thread sleep to void data no being available.
  • Loading branch information
John Sanda committed Apr 10, 2017
2 parents 1134449 + 1222a14 commit b96cd23
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 b96cd23

Please sign in to comment.