Skip to content

Commit fcfd51a

Browse files
committed
fix flake by increasing timeout for long running query
1 parent fae5004 commit fcfd51a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sql-server-cdc-old-syntax/max-slot-wal-keep-size.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ UPDATE t1 SET f2 = CONCAT(f2, pk);
5252
# Resume the ingestion by adding a replica to the cluster.
5353
> CREATE CLUSTER REPLICA storage.r1 SIZE = 'scale=1,workers=1';
5454

55+
$ set-sql-timeout duration=60s
5556
> SELECT count(*) FROM t1;
5657
200000

0 commit comments

Comments
 (0)