Skip to content

Commit

Permalink
fix deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyu55 committed Jan 11, 2024
1 parent bee3dc9 commit 4fb808d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import spock.lang.Timeout
@Stepwise
class SampleApiTest extends Specification {

@Timeout(10)
@Timeout(15)

def "run choice sample task"() {
when:
Expand Down Expand Up @@ -114,7 +114,7 @@ class SampleApiTest extends Specification {
return true
}
i++
Thread.sleep(700)
Thread.sleep(1000)
}
return false
}
Expand Down

0 comments on commit 4fb808d

Please sign in to comment.