diff --git a/src/tests/mocha_tests/functionality_tests/TestLogIn.ts b/src/tests/mocha_tests/functionality_tests/TestLogIn.ts index acaeeaaf..520b9c1f 100644 --- a/src/tests/mocha_tests/functionality_tests/TestLogIn.ts +++ b/src/tests/mocha_tests/functionality_tests/TestLogIn.ts @@ -5,8 +5,7 @@ import { addPublicUser } from "../../../models/Miscellaneous"; import * as LogInUtilities from "../../../models/LogInUtilities"; describe("Test LoginUtilities\n", function() { - - describe("when signing up new users", function() { + describe("when signing up new users", function(this: Mocha.Context) { this.timeout(5000); // These tests may run slower than 2s in CI. before(function() {