Skip to content

Commit 5d134c7

Browse files
authored
Merge pull request #1392 from github/wait-60s-between-migration-polling
Poll migration status every 60 seconds
2 parents 23d46fa + 66b5652 commit 5d134c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
- Poll migration status every 60 seconds with wait-for-migration.

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)