Skip to content

Commit

Permalink
Cancel the timer when the tests are done
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Jul 25, 2021
1 parent 131d86f commit 0bbf3ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ public void afterAll(ExtensionContext extensionContext) throws Exception {
originalClassLoader = null;
timeoutTask.cancel();
timeoutTask = null;
timeoutTimer.cancel();
timeoutTimer = null;
if (deploymentDir != null) {
FileUtil.deleteDirectory(deploymentDir);
Expand Down

0 comments on commit 0bbf3ec

Please sign in to comment.