test(web): real expiration time

This commit is contained in:
Zack Spear
2023-10-04 22:18:49 -07:00
committed by Zack Spear
parent 9461a3e889
commit 50f0d03735

View File

@@ -69,7 +69,8 @@ else if (state === 'EEXPIRED') { expireTime = uptime; } // 1 hour ago
let regExp: number | undefined = undefined;
if (state === 'STARTER' || state === 'UNLEASHED') {
// regExp = oneHourFromNow;
regExp = uptime;
// regExp = uptime;
regExp = 1696363920000; // nori.local's expiration
}
export const serverState: Server = {