Skip to content

Commit

Permalink
wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Nov 2, 2024
1 parent 2ec82ae commit f4da866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def test_as_tm_write(self) -> None:

def test_copy_ram_to_rom(self) -> None:
# Cli_CopyRamToRom
self.assertEqual(0, self.client.copy_ram_to_rom(timeout=1))
self.assertEqual(0, self.client.copy_ram_to_rom(timeout=2))

def test_ct_read(self) -> None:
# Cli_CTRead
Expand Down

0 comments on commit f4da866

Please sign in to comment.