[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 02/03: GNS: Update timeout duration in test_gns_sbox.sh
From: |
gnunet |
Subject: |
[gnunet] 02/03: GNS: Update timeout duration in test_gns_sbox.sh |
Date: |
Wed, 20 Dec 2023 15:07:23 +0100 |
This is an automated email from the git hooks/post-receive script.
sebi pushed a commit to branch master
in repository gnunet.
commit 674a69d7c3460164780a5979fa81053b580097d1
Author: Sebastian Nadler <sebastian.nadler@tum.de>
AuthorDate: Tue Dec 19 17:09:46 2023 +0100
GNS: Update timeout duration in test_gns_sbox.sh
---
src/cli/gns/test_gns_sbox.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cli/gns/test_gns_sbox.sh b/src/cli/gns/test_gns_sbox.sh
index 8ff70a57a..6918bf130 100755
--- a/src/cli/gns/test_gns_sbox.sh
+++ b/src/cli/gns/test_gns_sbox.sh
@@ -15,7 +15,7 @@ then
fi
rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME`
-which timeout > /dev/null 2>&1 && DO_TIMEOUT="timeout 30"
+which timeout > /dev/null 2>&1 && DO_TIMEOUT="timeout 7"
TEST_A="139.134.54.9"
MY_EGO="myego"
LABEL="testsbox"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.