Skip to content

Commit

Permalink
chore: enable cloud sync in all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Sep 13, 2023
1 parent 9a68c01 commit 8e432a3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import 'package:amplify_datastore_example/amplifyconfiguration.dart';
import 'package:amplify_datastore_example/models/ModelProvider.dart';
import 'package:amplify_flutter/amplify_flutter.dart';

const ENABLE_CLOUD_SYNC =
bool.fromEnvironment('ENABLE_CLOUD_SYNC', defaultValue: false);
const ENABLE_CLOUD_SYNC = true;
const DATASTORE_READY_EVENT_TIMEOUT = const Duration(minutes: 10);
const DELAY_TO_START_DATASTORE = const Duration(milliseconds: 500);
const DELAY_TO_CLEAR_DATASTORE = const Duration(seconds: 2);
Expand Down

0 comments on commit 8e432a3

Please sign in to comment.