Skip to content
Snippets Groups Projects
Unverified Commit e01c58fa authored by Sergei Voronezhskii's avatar Sergei Voronezhskii Committed by Alexander Turenko
Browse files

test: enable parallel run for long test suites

Also enabled it for luajit-tap.

Part of #3232
parent 75ed5b13
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ long_run = delete_replace_update.test.lua delete_insert.test.lua
lua_libs = suite.lua
use_unix_sockets = True
config = engine.cfg
is_parallel = False
is_parallel = True
......@@ -7,4 +7,4 @@ valgrind_disabled =
release_disabled =
lua_libs = suite.lua
use_unix_sockets = True
is_parallel = False
is_parallel = True
[default]
core = app
description = Luajit tests
is_parallel = False
is_parallel = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment