mirror of
https://github.com/actions/runner.git
synced 2025-12-14 04:53:34 +00:00
Enable auth migration based on config refresh. (#3786)
This commit is contained in:
@@ -103,8 +103,8 @@ namespace GitHub.Runner.Common.Tests
|
||||
handler(this, new DelayEventArgs(delay, token));
|
||||
}
|
||||
|
||||
// Delay zero
|
||||
await Task.Delay(TimeSpan.Zero);
|
||||
// Delay 10ms
|
||||
await Task.Delay(TimeSpan.FromMilliseconds(10));
|
||||
}
|
||||
|
||||
public T CreateService<T>() where T : class, IRunnerService
|
||||
|
||||
Reference in New Issue
Block a user