From 88816f3ce4afc08aadb34834f551422749aff076 Mon Sep 17 00:00:00 2001
From: "Matt H." <matt_henderson@sil.org>
Date: Mon, 2 Dec 2024 16:00:11 -0500
Subject: [PATCH] Increase timeout when tests are waiting for local IDP to
 start up

---
 dockerbuild/run-integration-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockerbuild/run-integration-tests.sh b/dockerbuild/run-integration-tests.sh
index 61c751f7..ffe8b8e4 100755
--- a/dockerbuild/run-integration-tests.sh
+++ b/dockerbuild/run-integration-tests.sh
@@ -9,7 +9,7 @@ set -e
 cd /data
 
 whenavail "ssp-hub.local"  80 15 echo Hub ready
-whenavail "ssp-idp1.local" 80 5 echo IDP 1 ready
+whenavail "ssp-idp1.local" 80 10 echo IDP 1 ready
 whenavail "ssp-sp1.local"  80 5 echo SP 1 ready
 
 ./vendor/bin/behat \