Sleep before retrying in the test pool thread after a pool has died
diff --git a/cgminer.c b/cgminer.c
index 9989f4e..dffd678 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -8638,6 +8638,7 @@ retry:
switch_pools(NULL);
} else {
pool_died(pool);
+ sleep(5);
goto retry;
}