Skip to content

Commit

Permalink
Reduced timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjiva committed Nov 16, 2019
1 parent 482a8f7 commit 7ef494d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distributor/src/distributor/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public function main() returns error? {
// enabled: true,
// maxCount: 5
//},
timeoutInMillis: 5*60000 // Check
//timeoutInMillis: 5*60000 // Check
timeoutInMillis: 5000 // Check
}
});

Expand Down

0 comments on commit 7ef494d

Please sign in to comment.