Skip to content

Commit 18009b1

Browse files
committed
Provoke timeout immediately
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 6dbd9f4 commit 18009b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/notifications/dispatch/webhook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func TestWebhook(t *testing.T) {
7676
},
7777
{
7878
name: "timeout",
79-
serverTimeout: time.Millisecond,
79+
serverTimeout: time.Nanosecond,
8080
expectSuccess: false,
8181
expectRetryable: true,
8282
expectErr: "request timeout",

0 commit comments

Comments
 (0)