Skip to content

Commit

Permalink
Fix flake.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Apr 30, 2024
1 parent 68dfb53 commit bb76485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestConn_SetInterrupt(t *testing.T) {
SELECT 0, 1
UNION ALL
SELECT next, curr + next FROM fibonacci
LIMIT 1e6
LIMIT 1e7
)
SELECT min(curr) FROM fibonacci
`)
Expand Down

0 comments on commit bb76485

Please sign in to comment.