Skip to content

Commit

Permalink
Increased a test's timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
arcward committed Sep 22, 2024
1 parent 9fee4d9 commit 3c50d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disconcierge/disconcierge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ func TestHandleRecover(t *testing.T) {
ids.InteractionID,
question,
)
bctx, bcancel := context.WithTimeout(context.Background(), 15*time.Second)
bctx, bcancel := context.WithTimeout(context.Background(), time.Minute)
t.Cleanup(bcancel)
go bot.handleInteraction(
bctx,
Expand Down

0 comments on commit 3c50d6b

Please sign in to comment.