Skip to content

Commit 22815ed

Browse files
authored
Merge pull request #219 from smacker/increase_timeout_in_start_cmd
Increase timeout in start command
2 parents 4de8f56 + 11f9451 commit 22815ed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Increase timeout for start command ([#219](https://github.com/src-d/sourced-ce/pull/219))
8+
59
## [v0.15.1](https://github.com/src-d/sourced-ce/releases/tag/v0.15.1) - 2019-08-27
610

711
### Fixed

cmd/sourced/cmd/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func (c *startCmd) Execute(args []string) error {
1616
return err
1717
}
1818

19-
return OpenUI(30 * time.Second)
19+
return OpenUI(30 * time.Minute)
2020

2121
}
2222

0 commit comments

Comments
 (0)