mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
Test times out
This commit is contained in:
parent
3849d1e2b3
commit
11417f0f7c
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ func TestFifoErrorsMultiThread(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
case <-time.After(3 * time.Second):
|
||||
case <-time.After(5 * time.Second):
|
||||
t.Errorf("test timed out")
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue