mirror of
https://github.com/certd/certd.git
synced 2026-05-17 05:37:30 +08:00
perf: timeout
This commit is contained in:
@@ -66,6 +66,7 @@ export type Runnable = {
|
||||
strategy?: RunnableStrategy;
|
||||
runnableType?: string; // pipeline, stage, task , step
|
||||
status?: HistoryResult;
|
||||
timeout?: number;
|
||||
default?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user