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 8fa73dd commit 6f2fac2Copy full SHA for 6f2fac2
src/crate/testing/layer.py
@@ -230,6 +230,7 @@ def __init__(self,
230
if crate_exec is None:
231
start_script = 'crate.bat' if sys.platform == 'win32' else 'crate'
232
crate_exec = os.path.join(crate_home, 'bin', start_script)
233
+ crate_exec += ('-Djava.net.preferIPv4Stack=true',)
234
if crate_config is None:
235
crate_config = os.path.join(crate_home, 'config', 'crate.yml')
236
elif (os.path.isfile(crate_config) and
0 commit comments