Index: environs/ec2/export_test.go |
=== modified file 'environs/ec2/export_test.go' |
--- environs/ec2/export_test.go 2012-06-07 14:06:28 +0000 |
+++ environs/ec2/export_test.go 2012-06-12 22:50:06 +0000 |
@@ -78,9 +78,9 @@ |
// and this reduces the test time from 30s to 3s. |
func ShortTimeouts(short bool) { |
if short { |
- shortAttempt = attemptStrategy{ |
- total: 0.25e9, |
- delay: 0.01e9, |
+ shortAttempt = environs.AttemptStrategy{ |
+ Total: 0.25e9, |
+ Delay: 0.01e9, |
} |
longAttempt = shortAttempt |
} else { |