Skip to content

Commit 2f8c577

Browse files
committed
persist,test: increase timeout on failpoint test
I did observe this failing when running it manually in a loop, but the dataflow would catch up eventually, which I checked by running a `SELECT` query by hand. This means it's not the bug that we fixed in #10128 We've also seen it at least once in ci builds.
1 parent 190db6c commit 2f8c577

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/persistence/kafka-sources/failpoint-after.td

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# the Business Source License, use of this software will be governed
88
# by the Apache License, Version 2.0.
99

10+
# Reading all that data after starting up can take longer than the default timeout.
11+
$ set-sql-timeout duration=60s
12+
1013
> SELECT COUNT(*) FROM failpoint;
1114
1000000
1215

0 commit comments

Comments
 (0)