Skip to content

Commit 9c2151e

Browse files
committed
Undo sleep in perf.yml
1 parent 91c093a commit 9c2151e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/multimaster/tests/perf.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
- name: create mm ext
88
shell: >
9-
sleep 5
109
~/pg_cluster/install/bin/psql -p 15432 postgres -c "drop extension if exists multimaster";
1110
~/pg_cluster/install/bin/psql -p 15432 postgres -c "drop table if exists t";
1211
~/pg_cluster/install/bin/psql -p 15432 postgres -c 'create extension multimaster;';

0 commit comments

Comments
 (0)