fix(e2e): bump timeout to 180

pull/606/head
Adam Reese 10 years ago
parent d1e19cf582
commit 66d681e435

@ -16,7 +16,7 @@ func init() {
} }
const ( const (
timeout = 20 * time.Second timeout = 180 * time.Second
poll = 2 * time.Second poll = 2 * time.Second
) )

Loading…
Cancel
Save