fix: timeout issue

This commit is contained in:
Quan Luu
2022-09-01 08:06:09 +07:00
parent 39149af9cc
commit 489f20a2cd
2 changed files with 3 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ test('trunk register tests when its IP in redis cache', (t) => {
});
});
test('trunk not register tests when its IP in redis cache', (t) => {
test('trunk not register tests when its IP is not in redis cache', (t) => {
clearModule.all();
const { srf } = require('../app');
t.timeoutAfter(60000);