Skip to content

Commit 512f510

Browse files
committed
Remove testing sleep
1 parent d300095 commit 512f510

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ pipeline {
125125
sh 'docker logs $(docker-compose ps --all -q pdns-db) > debug/sqlite/docker_pdns-db.log 2>&1'
126126
sh 'docker logs $(docker-compose ps --all -q dnsrouter) > debug/sqlite/docker_dnsrouter.log 2>&1'
127127
junit 'test/results/junit/*'
128-
echo 'Sleeping...'
129-
sh 'sleep 360'
130128
sh 'docker-compose down --remove-orphans --volumes -t 30 || true'
131129
}
132130
}

0 commit comments

Comments
 (0)