Skip to content

Commit

Permalink
increase timeout minutes to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Dec 22, 2022
1 parent a20d0b6 commit d25a1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/audioplayers/example/integration_test/lib_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void main() {
await players[i].stop();
}
},
timeout: const Timeout(Duration(minutes: 2)),
timeout: const Timeout(Duration(minutes: 5)),
);
}

Expand Down Expand Up @@ -169,7 +169,7 @@ void main() {
await players[i].stop();
}
},
timeout: const Timeout(Duration(minutes: 2)),
timeout: const Timeout(Duration(minutes: 5)),
);
}

Expand Down

0 comments on commit d25a1eb

Please sign in to comment.