Skip to content

Commit

Permalink
re-test integrations inside travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Dec 15, 2017
1 parent ea4f305 commit 1c0369b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ install:
script:
- make lint
- make build
- make test-unit
- make test-coverage
# - make test-unit
# - sudo -E bash -c 'eval "$(gimme $TRAVIS_GO_VERSION)" && make test'
# - sudo ls -lah /var/log/glusterfs/
# - sudo cat /var/log/glusterfs/*
Expand Down
2 changes: 1 addition & 1 deletion gluster/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func (d *GlusterDriver) Mount(r *volume.MountRequest) (*volume.MountResponse, er
go func() {
done <- c.Wait()
}()
// Wait if failed for 15 seconds
// Wait if failed for 5 seconds
select {
case err := <-done:
return nil, err
Expand Down

0 comments on commit 1c0369b

Please sign in to comment.