commit | bd8b07553b1c38416507ce7c591ebebc7aa8f115 | [log] [tgz] |
---|---|---|
author | Haoming Zhang <haoming@haoming-macbookpro.roam.corp.google.com> | Tue Apr 04 16:04:43 2017 -0700 |
committer | Haoming Zhang <haoming@haoming-macbookpro.roam.corp.google.com> | Tue Apr 04 16:04:43 2017 -0700 |
tree | e0c2d19754c6090eeafeda33fd6ff25929c333fd | |
parent | 8f4fb4498562e20842fbc8f79f410f71f87484fe [diff] |
add timeout
diff --git a/apigee_sync_test.go b/apigee_sync_test.go index 06e44ba..68db99f 100644 --- a/apigee_sync_test.go +++ b/apigee_sync_test.go
@@ -155,7 +155,7 @@ } pie.Plugins = append(pie.Plugins, pluginData) postInitPlugins(pie) - }, 3) + }, 5) It("should bootstrap from local DB if present", func(done Done) {