Skip to content

Commit bef825a

Browse files
authored
Update .rultor.yml
1 parent f0c13d8 commit bef825a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rultor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ merge:
3131
sudo sh -c 'echo "host all all localhost trust" > /etc/postgresql/9.3/main/pg_hba.conf'
3232
sudo sh -c 'echo "local all all trust" >> /etc/postgresql/9.3/main/pg_hba.conf'
3333
sudo service postgresql start
34-
sleep 10
34+
sleep 30
3535
psql -c 'create database nativejson;' -U postgres
3636
mvn install -Pci -B --settings ../settings.xml
3737
@@ -45,7 +45,7 @@ release:
4545
sudo sh -c 'echo "host all all localhost trust" > /etc/postgresql/9.3/main/pg_hba.conf'
4646
sudo sh -c 'echo "local all all trust" >> /etc/postgresql/9.3/main/pg_hba.conf'
4747
sudo service postgresql start
48-
sleep 10
48+
sleep 30
4949
psql -c 'create database nativejson;' -U postgres
5050
mvn versions:set "-DnewVersion=${tag}"
5151
git commit -am "${tag}"

0 commit comments

Comments
 (0)