Skip to content

Commit 7d093b4

Browse files
NDaffernIBMGitHub Enterprise
authored andcommitted
Increase timeout in Container tests for qmgr to become ready (#417)
Signed-off-by: Nicholas-Daffern <[email protected]>
1 parent 33566be commit 7d093b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/container/docker_api_test_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ func execContainer(t *testing.T, cli ce.ContainerInterface, ID string, user stri
551551

552552
func waitForReady(t *testing.T, cli ce.ContainerInterface, ID string) {
553553

554-
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Minute)
554+
ctx, cancel := context.WithTimeout(context.Background(), 4*time.Minute)
555555
defer cancel()
556556

557557
for {

0 commit comments

Comments
 (0)