Skip to content

Commit b362f57

Browse files
committed
bump timeout
1 parent e5e4a5a commit b362f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/handler_test.go

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

790790
var wg sync.WaitGroup
791791
wg.Add(1)
792-
sleepQuery := "SELECT SLEEP(2)"
792+
sleepQuery := "SELECT SLEEP(5)"
793793
go func() {
794794
defer wg.Done()
795795
err = handler.ComQuery(context.Background(), conn1, sleepQuery, func(res *sqltypes.Result, more bool) error {

0 commit comments

Comments
 (0)