tangled
alpha
login
or
join now
pomdtr.me
/
smallweb
this repo has no description
4
fork
atom
overview
issues
pulls
pipelines
increase server start timeout
pomdtr.me
9 months ago
1e68754f
d6f89869
options
unified
split
Changed files
+1
-1
worker
worker.go
+1
-1
worker/worker.go
···
212
212
if !ready {
213
213
return fmt.Errorf("server did not start correctly")
214
214
}
215
215
-
case <-time.After(5 * time.Second):
215
215
+
case <-time.After(30 * time.Second):
216
216
return fmt.Errorf("server start timed out")
217
217
}
218
218