Skip to content

Commit

Permalink
remove drone.io badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizeng committed Oct 22, 2015
1 parent 5d825cd commit e9c5a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pando-cloud [![Build Status](https://drone.io/github.com/PandoCloud/pando-cloud/status.png)](https://drone.io/github.com/PandoCloud/pando-cloud/latest) [![Build Status](https://travis-ci.org/PandoCloud/pando-cloud.svg)](https://travis-ci.org/PandoCloud/pando-cloud) [![Coverage Status](https://coveralls.io/repos/PandoCloud/pando-cloud/badge.svg?branch=master&service=github)](https://coveralls.io/github/PandoCloud/pando-cloud?branch=master)
# pando-cloud [![Build Status](https://travis-ci.org/PandoCloud/pando-cloud.svg)](https://travis-ci.org/PandoCloud/pando-cloud) [![Coverage Status](https://coveralls.io/repos/PandoCloud/pando-cloud/badge.svg?branch=master&service=github)](https://coveralls.io/github/PandoCloud/pando-cloud?branch=master)
an open source iot cloud.
2 changes: 1 addition & 1 deletion pkg/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestServer(t *testing.T) {
}
}()

time.Sleep(time.Millisecond * 100)
time.Sleep(time.Second)

validateHTTPSServer(t, "https://"+*confHTTPHost)
validateTLSServer(t, *confTCPHost)
Expand Down

0 comments on commit e9c5a33

Please sign in to comment.