Skip to content

Commit 20f88e3

Browse files
author
danf
committed
fix tests
1 parent 77fa502 commit 20f88e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impl/src/test/groovy/com/jfrog/bintray/client/test/spec/BintrayClientSpec.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class BintrayClientSpec extends Specification {
140140
when:
141141
sleep(5000)
142142
ver.publish()
143-
sleep(20000)
143+
sleep(30000)
144144
def response = restClient.get("/" + connectionProperties.username + "/" + REPO_NAME + "/" + files.keySet().asList().get(0), null)
145145

146146
then:
@@ -164,7 +164,7 @@ class BintrayClientSpec extends Specification {
164164
} catch (BintrayCallException bce) {
165165
System.err.println("error while waiting for publish: " + bce)
166166
}
167-
sleep(20000)
167+
sleep(30000)
168168
def response = restClient.get("/" + connectionProperties.username + "/" + REPO_NAME + "/" + files.keySet().asList().get(0), null)
169169

170170
then:

0 commit comments

Comments
 (0)