Skip to content

Commit 387d3a8

Browse files
committed
Fixes #283
1 parent 42c130d commit 387d3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/integration_swarm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ func (s *IntegrationSwarmTestSuite) waitForContainers(expected int, name string)
660660
i = i + 1
661661
time.Sleep(1 * time.Second)
662662
}
663-
time.Sleep(2 * time.Second)
663+
time.Sleep(5 * time.Second)
664664
}
665665

666666
func (s *IntegrationSwarmTestSuite) createGoDemoService() {

0 commit comments

Comments
 (0)