fix(tests): Add timeout on all async tests

This commit is contained in:
smizrahi
2024-09-26 17:53:34 +02:00
parent 5e72e37c76
commit 748acc251c
15 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -38,5 +38,5 @@ describe('config tests', function() {
.toBeUndefined()
userHash[user] = true
}
}, config.timeout || 10000)
})
})