We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf74cd7 commit 3ccd3b5Copy full SHA for 3ccd3b5
1 file changed
frontend/src/ts/test/test-logic.ts
@@ -913,6 +913,7 @@ export async function finish(difficultyFailed = false): Promise<void> {
913
//the duration might be modified to remove trailing afk time
914
//its also not a big deal if the duration is off in those tests
915
Notifications.add("Test invalid - inconsistent test duration", 0);
916
+ console.error("Test duration inconsistent", ce.testDuration, dateDur);
917
TestStats.setInvalid();
918
dontSave = true;
919
} else if (difficultyFailed) {
0 commit comments