Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 569ce80

Browse files
committed
test: increase timeout for accessor_funcs.test.lua
It performs filtering by a connected objects (see 'complex select' case), so can be slow.
1 parent 6c1e843 commit 569ce80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/common/accessor_funcs.test.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ end
172172

173173
box.cfg({})
174174

175-
test_utils.run_testdata(testdata, {run_queries = run_queries})
175+
test_utils.run_testdata(testdata, {
176+
run_queries = run_queries,
177+
graphql_opts = {
178+
timeout_ms = 10000, -- 10 seconds
179+
}
180+
})
176181

177182
os.exit()

0 commit comments

Comments
 (0)