Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Nov 2, 2024
1 parent 221990c commit a8fd508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ def test_get_param(self) -> None:
self.assertRaises(Exception, self.client.get_param, non_client)

def test_as_copy_ram_to_rom(self) -> None:
response = self.client.as_copy_ram_to_rom(timeout=1)
self.client.wait_as_completion(1100)
response = self.client.as_copy_ram_to_rom(timeout=2)
self.client.wait_as_completion(2000)
self.assertEqual(0, response)

def test_as_ct_read(self) -> None:
Expand Down

0 comments on commit a8fd508

Please sign in to comment.