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 0f61e18 commit 571443fCopy full SHA for 571443f
src/test/java/io/supertokens/test/ActiveUsersTest.java
@@ -55,6 +55,8 @@ public void updateAndCountUserLastActiveTest() throws Exception {
55
56
assert ActiveUsers.countUsersActiveSince(main, now) == 2;
57
58
+ Thread.sleep(100);
59
+
60
long now2 = System.currentTimeMillis();
61
62
ActiveUsers.updateLastActive(main, "user1");
0 commit comments