Skip to content

Commit 23ce777

Browse files
committed
Raised tolerance for a fragile test.
1 parent 75706bb commit 23ce777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocpp-v1_6-test/src/test/groovy/eu/chargetime/ocpp/test/core/json/JSONChangeConfigurationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class JSONChangeConfigurationSpec extends Specification
2727
}
2828

2929
def "Central System sends a ChangeConfiguration request and receives a response"() {
30-
def conditions = new PollingConditions(timeout: 1)
30+
def conditions = new PollingConditions(timeout: 10)
3131
given:
3232
conditions.eventually {
3333
assert centralSystem.connected()

0 commit comments

Comments
 (0)