From 82e7665d1fd337ced3c7dd16cc610ffdbb6a9b3d Mon Sep 17 00:00:00 2001
From: Matt Traudt <sirmatt@ksu.edu>
Date: Mon, 11 Jun 2018 09:25:47 -0400
Subject: [PATCH] Sleep in hopes that we can avoid tests failing due to missing
 descs

---
 tox.ini | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tox.ini b/tox.ini
index 5134fb49..a3af1efc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,10 +22,12 @@ deps = .[test]
 whitelist_externals =
     tar
     bash
+    sleep
 commands =
     tar -C {envtmpdir} -vxf {toxinidir}/tests/integration/net.tar
     bash {envtmpdir}/net/start.sh
     bash -c "time python3 {envtmpdir}/net/wait.py {envtmpdir}/net/{auth,relay,exit}*"
+    sleep 30
     coverage run -a --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest -s {toxinidir}/tests/integration -vv
     bash {envtmpdir}/net/stop.sh
 
-- 
GitLab