Skip to content

Commit

Permalink
Merge branch 'fix/test_app_ide_integration' into 'master'
Browse files Browse the repository at this point in the history
Tools: Increase the delay before producing exception in the Monitor IDE test app

Closes IDFCI-1455

See merge request espressif/esp-idf!20008
  • Loading branch information
dobairoland committed Sep 7, 2022
2 parents 38c0740 + 67506f9 commit 8c06bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_apps/system/monitor_ide_integration/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
void app_main(void)
{
int *p = (int *)4;
vTaskDelay(1000 / portTICK_PERIOD_MS);
vTaskDelay(2000 / portTICK_PERIOD_MS);
*p = 0;
}

0 comments on commit 8c06bca

Please sign in to comment.