We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d46fa commit 6dce038Copy full SHA for 6dce038
src/Octoshift/Commands/WaitForMigration/WaitForMigrationCommandHandler.cs
@@ -9,7 +9,7 @@ namespace OctoshiftCLI.Commands.WaitForMigration;
9
10
public class WaitForMigrationCommandHandler : ICommandHandler<WaitForMigrationCommandArgs>
11
{
12
- internal int WaitIntervalInSeconds = 10;
+ internal int WaitIntervalInSeconds = 60;
13
14
private readonly OctoLogger _log;
15
private readonly GithubApi _githubApi;
0 commit comments