diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-05-06 15:24:57 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-05-06 15:24:57 +0200 |
| commit | e2e7e1abaf70d7e49e2e4af04648796f01ba6492 (patch) | |
| tree | da7ece74fea9e3924a7b3240dbde9dd48c5f8c18 /opendc/opendc-experiments-sc20/src/test | |
| parent | 171d9948af5f14243da7aa140a231dbf9ae8df15 (diff) | |
| parent | b157ed2791917dd512fd356a573f611ab4de24e9 (diff) | |
Merge branch 'failures-configurable' into '2.x'
Make failure interval configurable
Closes #59
See merge request opendc/opendc-simulator!64
Diffstat (limited to 'opendc/opendc-experiments-sc20/src/test')
| -rw-r--r-- | opendc/opendc-experiments-sc20/src/test/kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/opendc-experiments-sc20/src/test/kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt b/opendc/opendc-experiments-sc20/src/test/kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt index dd0931e4..2bf6bcf3 100644 --- a/opendc/opendc-experiments-sc20/src/test/kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt +++ b/opendc/opendc-experiments-sc20/src/test/kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt @@ -101,7 +101,7 @@ class Sc20IntegrationTest { val failureDomain = if (failures) { println("ENABLING failures") - createFailureDomain(seed, bareMetalProvisioner, chan) + createFailureDomain(seed, 24 * 7, bareMetalProvisioner, chan) } else { null } |
