diff --git a/integration_test/gherkin_suite_test.editable.dart b/integration_test/gherkin_suite_test.editable.dart index 0da89f89..206aa81e 100644 --- a/integration_test/gherkin_suite_test.editable.dart +++ b/integration_test/gherkin_suite_test.editable.dart @@ -95,6 +95,6 @@ void main() { ResetCwtchEnvironment(), AttachScreenshotOnFailedStepHook(), ], - (World world) { var res = app.main(); sleep(Duration(seconds:2)); return res;}, + (World world) { var killRes = Process.run("pkill", ["-9", "tor"]); var res = app.main(); sleep(Duration(seconds:2)); return res;}, ); } \ No newline at end of file