Skip to content

Commit

Permalink
.appveyor.yml: Raise UI timeout to 10 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Nov 25, 2019
1 parent 6536388 commit 59a99c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ platform: x64
clone_folder: c:\gopath\src\github.com\elves\elvish
environment:
GOPATH: c:\gopath
ELVISH_TEST_UI_TIMEOUT: 5s
ELVISH_TEST_UI_TIMEOUT: 10s
install:
- echo %PATH%
- echo %GOPATH%
Expand Down

0 comments on commit 59a99c8

Please sign in to comment.