From fc64a8e40a982419b95e6ab390e47f5377f077b7 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 6 May 2020 13:24:25 +0200 Subject: Make failure interval configurable --- .../kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc/opendc-experiments-sc20/src/test') 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 } -- cgit v1.2.3