Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit a10320d

Browse files
committed
redice TestStaleAnalyzes race condition window
1 parent f67bfb2 commit a10320d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hooks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func TestStaleAnalyzes(t *testing.T) {
6666

6767
r.ExpectWebhook("pull_request", getTestPREvent(r)).Status(http.StatusOK)
6868

69-
timeout := 3 * time.Second
69+
timeout := 10 * time.Second
7070
staler := pranalyzes.Staler{
7171
Cfg: deps.Cfg,
7272
DB: deps.DB,

0 commit comments

Comments
 (0)