summaryrefslogtreecommitdiff
path: root/opendc/opendc-experiments-sc20/src/test
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-05-06 13:24:25 +0200
committerGeorgios Andreadis <info@gandreadis.com>2020-05-06 13:24:25 +0200
commitfc64a8e40a982419b95e6ab390e47f5377f077b7 (patch)
treea86ec696667e3b574ef9191ee6ef636bbe11ff38 /opendc/opendc-experiments-sc20/src/test
parent171d9948af5f14243da7aa140a231dbf9ae8df15 (diff)
Make failure interval configurable
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.kt2
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
}