gh gei migrate-repo performs a status check every 10 seconds.
private const int CHECK_STATUS_DELAY_IN_MILLISECONDS = 10000; // 10 seconds
To prevent this, it would be better to set the status check interval as a parameter instead of the default value.