File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
impl/src/test/groovy/com/jfrog/bintray/client/test/spec Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments