Skip to content

Commit f028125

Browse files
committed
Merge branch 'fix/fix_parlio_test_case' into 'master'
fix(parlio): increase test case success rate See merge request espressif/esp-idf!37307
2 parents e81a928 + a07e678 commit f028125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_driver_parlio/test_apps/parlio/main/test_parlio_tx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ static void test_use_external_non_free_running_clock(parlio_tx_unit_handle_t tx_
366366
TEST_ESP_OK(parlio_new_tx_unit(&config, &tx_unit));
367367
TEST_ESP_OK(parlio_tx_unit_enable(tx_unit));
368368
// let core clock running for a while to update the clock divider threshold
369-
esp_rom_delay_us(100);
369+
esp_rom_delay_us(100 * 1000);
370370
parlio_transmit_config_t transmit_config = {
371371
.idle_value = 0xAA,
372372
};

0 commit comments

Comments
 (0)