Small fix

This commit is contained in:
TeoV
2017-09-21 12:27:50 +03:00
parent 3158a7cf4b
commit 37ffa00a00

View File

@@ -89,7 +89,7 @@ func testV1RsLoadConfig(t *testing.T) {
case "tutmongo": // Mongo needs more time to reset db, need to investigate
resDelay = 4000
default:
resDelay = 2000
resDelay = 1000
}
}