We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547f107 commit 85b9cb1Copy full SHA for 85b9cb1
t/003_assertion_error.pl
@@ -38,7 +38,7 @@
38
SELECT t.a + 1, t.b + 1 FROM t WHERE t.a < 10
39
) INSERT INTO aqo_test1 (SELECT * FROM t);
40
41
-SET statement_timeout = 10;
+SET statement_timeout = 1000;
42
43
CREATE TABLE tmp1 AS SELECT t1.a AS a, t2.a AS b, t3.a AS c
44
FROM aqo_test1 AS t1, aqo_test1 AS t2, aqo_test1 AS t3
0 commit comments