Skip to content

Commit 1168190

Browse files
authored
Merge pull request #10412 from aljoscha/harden-failpoint-test
persist,test: increase timeout on failpoint test
2 parents 30f1c3e + 2f8c577 commit 1168190

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)