Skip to content

Commit

Permalink
chore(tests): update test timers
Browse files Browse the repository at this point in the history
  • Loading branch information
biancode committed Dec 8, 2022
1 parent 3bf02f4 commit e9fc356
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions test/e2e/flows/flex-connector-e2e-flows.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": 2,
"onceDelay": 4,
"topic": "",
"payload": "{\"discoveryUrl\":null,\"endpoint\":\"localhost:55189\",\"keepSessionAlive\":false,\"securityPolicy\":\"None\",\"securityMode\":\"None\",\"name\":\"LOCAL FLEXIBLE INJECTED SERVER\",\"showErrors\":true,\"publicCertificateFile\":null,\"privateKeyFile\":null,\"defaultSecureTokenLifetime\":0,\"endpointMustExist\":false,\"autoSelectRightEndpoint\":false,\"strategyMaxRetry\":0,\"strategyInitialDelay\":0,\"strategyMaxDelay\":0,\"strategyRandomisationFactor\":0,\"requestedSessionTimeout\":0,\"connectionStartDelay\":0,\"reconnectDelay\":0}",
"payloadType": "json",
Expand Down Expand Up @@ -140,7 +140,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": 2,
"onceDelay": 4,
"topic": "",
"payload": "{\"discoveryUrl\":null,\"endpoint\":\"localhost:51100\",\"keepSessionAlive\":false,\"securityPolicy\":\"None\",\"securityMode\":\"None\",\"name\":\"LOCAL FLEXIBLE INJECTED SERVER\",\"showErrors\":true,\"publicCertificateFile\":null,\"privateKeyFile\":null,\"defaultSecureTokenLifetime\":0,\"endpointMustExist\":false,\"autoSelectRightEndpoint\":false,\"strategyMaxRetry\":0,\"strategyInitialDelay\":0,\"strategyMaxDelay\":0,\"strategyRandomisationFactor\":0,\"requestedSessionTimeout\":0,\"connectionStartDelay\":0,\"reconnectDelay\":0}",
"payloadType": "json",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/flows/method-caller-e2e-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "3",
"onceDelay": "4",
"topic": "TestTopicMethod",
"payload": "23456",
"payloadType": "num",
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/flows/server-cmd-e2e-flows.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "",
"onceDelay": "4",
"topic": "",
"payload": "testpayload",
"payloadType": "str",
Expand Down Expand Up @@ -488,7 +488,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "3",
"onceDelay": "4",
"topic": "",
"payload": "testpayload",
"payloadType": "str",
Expand Down Expand Up @@ -609,7 +609,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "3",
"onceDelay": "4",
"topic": "",
"payload": "testpayload",
"payloadType": "str",
Expand Down
2 changes: 1 addition & 1 deletion test/units/flows/discovery-flows.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "",
"onceDelay": "4",
"topic": "TestTopic",
"payload": "",
"payloadType": "date",
Expand Down
2 changes: 1 addition & 1 deletion test/units/flows/event-flows.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "",
"onceDelay": "4",
"topic": "TestTopic",
"payload": "{\"value\":1000}",
"payloadType": "json",
Expand Down
8 changes: 4 additions & 4 deletions test/units/flows/node-flows.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "",
"onceDelay": "4",
"topic": "TestTopicNode",
"payload": "12345.34",
"payloadType": "num",
Expand Down Expand Up @@ -120,7 +120,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "",
"onceDelay": "4",
"topic": "TestTopicNode",
"payload": "1234",
"payloadType": "num",
Expand Down Expand Up @@ -212,7 +212,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "",
"onceDelay": "4",
"topic": "",
"payload": "",
"payloadType": "str",
Expand Down Expand Up @@ -304,7 +304,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "",
"onceDelay": "4",
"topic": "ERRORS",
"payload": "1234",
"payloadType": "num",
Expand Down
4 changes: 2 additions & 2 deletions test/units/flows/response-flows.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": 2.4,
"onceDelay": 4,
"topic": "",
"payload": "",
"payloadType": "date",
Expand Down Expand Up @@ -269,7 +269,7 @@ module.exports = {
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": 2.4,
"onceDelay": 4,
"topic": "",
"payload": "",
"payloadType": "date",
Expand Down

0 comments on commit e9fc356

Please sign in to comment.