Dart – disable Future timeout I know that you can do await myAsyncFunction().timeout(const Duration(days: 1)) to change the timeout.