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:
parent
8c8855554e
commit
be1ddaa4eb
@ -52,7 +52,7 @@ func TestCreateFetchWorker(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestFetchWorkerTask(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()
|
defer cancel()
|
||||||
|
|
||||||
// Worker without task.
|
// Worker without task.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user