Skip to content

Commit 1dac925

Browse files
committed
fix test
1 parent e1d9e38 commit 1dac925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_usb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ async def load_callback(event: pw_api.NodeEvent, mac: str) -> None: # type: ign
20002000
awake_response2.timestamp = awake_response1.timestamp + td(
20012001
seconds=pw_sed.AWAKE_RETRY
20022002
)
2003-
assert await test_sed.set_awake_duration(15)
2003+
assert await test_sed.set_awake_duration(20)
20042004
assert test_sed.battery_config.dirty
20052005
mock_stick_controller.send_response = sed_config_accepted
20062006
await test_sed._awake_response(awake_response2) # pylint: disable=protected-access

0 commit comments

Comments
 (0)