This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 499648e [MINOR] Increase federated startup time python tests
499648e is described below
commit 499648ec47d650f6c541b65d024bbf6689943944
Author: baunsgaard <[email protected]>
AuthorDate: Fri Nov 5 17:41:22 2021 +0100
[MINOR] Increase federated startup time python tests
---
src/main/python/tests/federated/runFedTest.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/python/tests/federated/runFedTest.sh
b/src/main/python/tests/federated/runFedTest.sh
index 90e24a5..d37c044 100755
--- a/src/main/python/tests/federated/runFedTest.sh
+++ b/src/main/python/tests/federated/runFedTest.sh
@@ -45,7 +45,7 @@ systemds WORKER 8002 >$w2_Output 2>&1 &
Fed2=$!
systemds WORKER 8003 >$w3_Output 2>&1 &
Fed3=$!
-echo "Starting workers" && sleep 3 && echo "Starting tests"
+echo "Starting workers" && sleep 6 && echo "Starting tests"
# Run test
python -m unittest discover -s tests/federated -p 'test_*.py' $1 >$log 2>&1