Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Nextcloud
server
Commits
ca62984b
Commit
ca62984b
authored
May 11, 2017
by
Morris Jobke
Browse files
Options
Downloads
Patches
Plain Diff
Add 10 seconds sleep time after postgres startup
Signed-off-by:
Morris Jobke
<
hey@morrisjobke.de
>
parent
affa8d07
Branches
florianduros/pinned-messages/unpin-timeline-event
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
autotest.sh
+2
-0
2 additions, 0 deletions
autotest.sh
with
2 additions
and
0 deletions
autotest.sh
+
2
−
0
View file @
ca62984b
...
...
@@ -311,6 +311,8 @@ function execute_tests {
echo
"[ERROR] Waited 60 seconds, no response"
>
&2
exit
1
fi
echo
"Give it 10 additional seconds ..."
sleep
10
if
[
-z
"
$DRONE
"
]
;
then
# no need to drop the DB when we are on CI
dropdb
-U
"
$DATABASEUSER
"
"
$DATABASENAME
"
||
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment