We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89afd2 commit 75770afCopy full SHA for 75770af
.env.test
@@ -2,10 +2,10 @@
2
PORT=4000
3
4
# Hawk API database URL
5
-MONGO_HAWK_DB_URL=mongodb://localhost:55011/hawk
+MONGO_HAWK_DB_URL=mongodb://127.0.0.1:55011/hawk
6
7
# Events database URL
8
-MONGO_EVENTS_DB_URL=mongodb://localhost:55011/hawk_events
+MONGO_EVENTS_DB_URL=mongodb://127.0.0.1:55011/hawk_events
9
10
# MongoDB settings
11
MONGO_RECONNECT_TRIES=60
jest.config.js
@@ -4,6 +4,7 @@
*/
module.exports = {
+ testTimeout: 30000,
/**
* The test environment that will be used for testing
0 commit comments