Skip to content

Commit 75b7164

Browse files
authored
chore: ci-tesing-2 (#28)
* Increase PacketHandler timeout to 1500 ms * Increase height of InstrumentImage from 200 to 210
1 parent b07d525 commit 75b7164

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/communication/science_lab.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ScienceLab {
5757
if (isDeviceFound()) {
5858
try {
5959
await mCommunicationHandler.open();
60-
mPacketHandler = PacketHandler(500, mCommunicationHandler);
60+
mPacketHandler = PacketHandler(1500, mCommunicationHandler);
6161
} catch (e) {
6262
logger.e(e);
6363
}

lib/view/gyroscope_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class _GyroscopeScreenState extends State<GyroscopeScreen> {
7777
),
7878
const InstrumentImage(
7979
imagePath: imagePath,
80-
height: 200.0,
80+
height: 210.0,
8181
),
8282
InstrumentIntroText(
8383
text: appLocalizations.gyroscopeDesc,

0 commit comments

Comments
 (0)