We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4de8f56 + 11f9451 commit 22815edCopy full SHA for 22815ed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [Unreleased]
4
5
+### Fixed
6
+
7
+- Increase timeout for start command ([#219](https://github.com/src-d/sourced-ce/pull/219))
8
9
## [v0.15.1](https://github.com/src-d/sourced-ce/releases/tag/v0.15.1) - 2019-08-27
10
11
### Fixed
cmd/sourced/cmd/start.go
@@ -16,7 +16,7 @@ func (c *startCmd) Execute(args []string) error {
16
return err
17
}
18
19
- return OpenUI(30 * time.Second)
+ return OpenUI(30 * time.Minute)
20
21
22
0 commit comments