From 79c46e107b56b34f9d72731a8fd87264c5362022 Mon Sep 17 00:00:00 2001 From: Louise Davies Date: Thu, 2 Nov 2023 15:49:46 +0000 Subject: [PATCH] Add pause at the end of icat_test_hosts --- icat_test_hosts.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/icat_test_hosts.yml b/icat_test_hosts.yml index b135a3c..31fd574 100644 --- a/icat_test_hosts.yml +++ b/icat_test_hosts.yml @@ -16,3 +16,7 @@ - role: ids_storage_file - role: ids_server - role: datagateway_download_api + tasks: + - name: Pause for 1 minute to allow Payara to start before the handlers run + pause: + minutes: 1