Remove sleep when starting tests
2 unresolved threads
2 unresolved threads
Compare changes
Files
4- Z.J. van de Weg authored
Given that this might lead to 404 responses eventhough the request is valid, we should wait until the first full update cycle is done.
+ 4
− 2
@@ -94,6 +94,9 @@ func (a *theApp) UpdateDomains(domains domains) {
@@ -143,8 +146,7 @@ func (a *theApp) Run() {