Skip to content

Commit 6dce038

Browse files
committed
Poll migration status every 60 seconds.
1 parent 23d46fa commit 6dce038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Octoshift/Commands/WaitForMigration/WaitForMigrationCommandHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace OctoshiftCLI.Commands.WaitForMigration;
99

1010
public class WaitForMigrationCommandHandler : ICommandHandler<WaitForMigrationCommandArgs>
1111
{
12-
internal int WaitIntervalInSeconds = 10;
12+
internal int WaitIntervalInSeconds = 60;
1313

1414
private readonly OctoLogger _log;
1515
private readonly GithubApi _githubApi;

0 commit comments

Comments
 (0)