commit 4e7ad5d78d58c9068ece2239cacc2ddd6d13d7b1 Author: juga0 juga@riseup.net Date: Fri Mar 5 13:45:39 2021 +0000
fix: CI: Temporal workaround for #40072 --- tests/integration/start_chutney.sh | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tests/integration/start_chutney.sh b/tests/integration/start_chutney.sh index 04f9641..4dbcb68 100755 --- a/tests/integration/start_chutney.sh +++ b/tests/integration/start_chutney.sh @@ -23,4 +23,6 @@ git pull ./chutney status networks/bwscanner ./chutney wait_for_bootstrap networks/bwscanner
+# temporal workaround for https://gitlab.torproject.org/tpo/core/chutney/-/issues/40016 +sleep 60 cd $CURRENT_DIR
tor-commits@lists.torproject.org