Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Close log files after 5 seconds of inactivity
Browse files Browse the repository at this point in the history
To prevent reaching the limit of listeners.
  • Loading branch information
luckysori committed Mar 30, 2020
1 parent 251c44f commit 3fb3ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api_tests/src/dry_test_environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default class DryTestEnvironment extends NodeEnvironment {
type: "pattern",
pattern: "%d %5.10p: %m",
},
timeout: 5000,
},
},
categories: {
Expand Down
1 change: 1 addition & 0 deletions api_tests/src/e2e_test_environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default class E2ETestEnvironment extends NodeEnvironment {
type: "pattern",
pattern: "%d %5.10p: %m",
},
timeout: 5000,
},
},
categories: {
Expand Down

0 comments on commit 3fb3ffb

Please sign in to comment.