Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-pubsub
Commits
cd4f0a74
Commit
cd4f0a74
authored
May 15, 2020
by
Yusef Napora
Committed by
vyzo
May 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase test timeout on travis
parent
a70cfa5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.travis.yml
.travis.yml
+1
-1
No files found.
.travis.yml
View file @
cd4f0a74
...
...
@@ -18,7 +18,7 @@ cache:
script
:
-
go build ./...
-
travis_wait 3
0
go test -timeout 3
0
m -v -race -coverprofile=coverage.txt -covermode=atomic ./...
-
travis_wait 3
5
go test -timeout 3
5
m -v -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success
:
-
bash <(curl -s https://codecov.io/bash)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment