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

Commit 2b3fd5b

Browse files
committed
testing: fix graphql options passing in benchmarks
1 parent 827a7a8 commit 2b3fd5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/bench/bench.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ end
182182
function bench.bench_prepare_helper(testdata, shard, meta)
183183
testdata.fill_test_data(shard or box.space, meta)
184184
return test_utils.graphql_from_testdata(testdata, shard, {
185-
graphql_opts = {
186-
timeout_ms = graphql.TIMEOUT_INFINITY,
187-
}
185+
timeout_ms = graphql.TIMEOUT_INFINITY,
188186
})
189187
end
190188

0 commit comments

Comments
 (0)