Controlled polling interval without keepalives to avoid HTTP errors in integration test.

This commit is contained in:
Jakob Borg
2014-10-06 10:44:46 +02:00
parent 2fde82528d
commit 02bd1af293
3 changed files with 7 additions and 0 deletions

View File

@@ -99,6 +99,8 @@ loop:
}
}
}
time.Sleep(250 * time.Millisecond)
}
sender.stop()