Skip to content

Commit a07e678

Browse files
committed
fix(parlio): increase test case success ratio
1 parent aa42423 commit a07e678

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)