We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e01110 commit 63381e2Copy full SHA for 63381e2
tests2/docker-entrypoint.sh
@@ -59,7 +59,7 @@ if [ "$1" = 'postgres' ]; then
59
shared_preload_libraries = 'multimaster'
60
default_transaction_isolation = 'repeatable read'
61
log_line_prefix = '%m: '
62
- wal_writer_delay = 5ms
+ wal_writer_delay = 1ms
63
# log_statement = all
64
65
multimaster.max_nodes = 3
tests2/lib/bank_client.py
@@ -304,6 +304,7 @@ def clean_aggregates(self):
304
def stop(self):
305
self.running = False
306
self.evloop_process.terminate()
307
+ time.sleep(3)
308
309
@classmethod
310
def print_aggregates(cls, aggs):
0 commit comments