We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e051c2 commit 1237015Copy full SHA for 1237015
testutils/src/main/java/com/amplifyframework/testutils/sync/SynchronousGeo.java
@@ -40,8 +40,8 @@
40
* performing various operations.
41
*/
42
public final class SynchronousGeo {
43
+ private static final int TIMEOUT = 20 * 1000;
44
private final GeoCategoryBehavior asyncDelegate;
- private final int TIMEOUT = 20 * 1000;
45
46
private SynchronousGeo(GeoCategoryBehavior asyncDelegate) {
47
this.asyncDelegate = asyncDelegate;
0 commit comments