Skip to content

Commit

Permalink
Increase timeout for python remote list test
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Jul 29, 2018
1 parent 0bccaf8 commit 3d4e5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ec/main_python_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var _ = Describe("python", func() {
})

It("should list remote versions", func() {
Expect(checkRemoteList("python", "2.x", 50)).To(Equal(true))
Expect(checkRemoteList("python", "2.x", 150)).To(Equal(true))
})

It("should remove version", func() {
Expand Down

0 comments on commit 3d4e5dc

Please sign in to comment.