Manager test: reduce timeout to practical value

The timeout was increased to aid debugging, but shouldn't have been
committed.
This commit is contained in:
Sybren A. Stüvel 2022-07-29 09:59:54 +02:00
parent 8c8855554e
commit be1ddaa4eb

@ -52,7 +52,7 @@ func TestCreateFetchWorker(t *testing.T) {
}
func TestFetchWorkerTask(t *testing.T) {
ctx, cancel, db := persistenceTestFixtures(t, 10000*time.Second)
ctx, cancel, db := persistenceTestFixtures(t, 10*time.Second)
defer cancel()
// Worker without task.