Increase timeout for flaky image download test

This commit is contained in:
Adlai Holler
2016-08-15 13:07:49 -07:00
parent 11215bf97f
commit 05ebbdc8ed

View File

@@ -45,7 +45,7 @@
}];
#pragma clang diagnostic pop
[self waitForExpectationsWithTimeout:3 handler:nil];
[self waitForExpectationsWithTimeout:30 handler:nil];
}
@end