Skip to content

Commit

Permalink
test(spi_master): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 17, 2024
1 parent 66b8846 commit 2f95b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_spi_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_pcnt(chip: str):
"--elf",
f"../bin/{chip}/idf/latest/components/esp_driver_spi/test_apps/master/firmware.uf2",
"--timeout",
"10000",
"15000",
"--scenario",
"test_spi_master.scenario.yaml",
"--diagram-file",
Expand Down

0 comments on commit 2f95b94

Please sign in to comment.