mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2025-12-19 04:27:46 +00:00
fix: timeout issue
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user