We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75706bb commit 23ce777Copy full SHA for 23ce777
ocpp-v1_6-test/src/test/groovy/eu/chargetime/ocpp/test/core/json/JSONChangeConfigurationSpec.groovy
@@ -27,7 +27,7 @@ class JSONChangeConfigurationSpec extends Specification
27
}
28
29
def "Central System sends a ChangeConfiguration request and receives a response"() {
30
- def conditions = new PollingConditions(timeout: 1)
+ def conditions = new PollingConditions(timeout: 10)
31
given:
32
conditions.eventually {
33
assert centralSystem.connected()
0 commit comments