Skip to content

Commit

Permalink
re-run test with 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Dec 15, 2022
1 parent 486a43c commit 6008fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ redis = "redis://127.0.0.1:6379/13"
dbname = "wildduck-test"

[imap]
port = 9993
host = "127.0.0.1"

[lmtp]
enabled = true
Expand Down
2 changes: 1 addition & 1 deletion imap-core/test/protocol-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let expect = chai.expect;
chai.config.includeStack = true;

describe('IMAP Protocol integration tests', function () {
this.timeout(10000); // eslint-disable-line no-invalid-this
this.timeout(100000); // eslint-disable-line no-invalid-this
let port = 9993;

beforeEach(function (done) {
Expand Down

0 comments on commit 6008fb2

Please sign in to comment.