10000
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 0bc1e7d commit 91c093aCopy full SHA for 91c093a
contrib/multimaster/tests/perf.yml
@@ -6,6 +6,7 @@
6
7
- name: create mm ext
8
shell: >
9
+ sleep 5
10
~/pg_cluster/install/bin/psql -p 15432 postgres -c "drop extension if exists multimaster";
11
~/pg_cluster/install/bin/psql -p 15432 postgres -c "drop table if exists t";
12
~/pg_cluster/install/bin/psql -p 15432 postgres -c 'create extension multimaster;';
0 commit comments