From 32e212fb891d522efa4990bc525a51326bd7e4ba Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 12 May 2025 16:44:01 -0600 Subject: test: increase startup timeout --- test/integration/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/container_test.go b/test/integration/container_test.go index ae9ae84..fcf2752 100644 --- a/test/integration/container_test.go +++ b/test/integration/container_test.go @@ -54,7 +54,7 @@ func TestContainer(t *testing.T) { }), testcontainers.WithExposedPorts("8080/tcp", "9901/tcp", "10000/tcp"), testcontainers.WithLogConsumers(&TestLogConsumer{t: t}), - testcontainers.WithWaitStrategy(wait.ForLog("Listening on").WithStartupTimeout(time.Second*5)), + testcontainers.WithWaitStrategy(wait.ForLog("Listening on").WithStartupTimeout(10*time.Second)), ) require.NoError(t, err) -- cgit v1.2.3