Skip to content

Commit

Permalink
adjusting timeout on all scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazaro Mas committed Aug 16, 2019
1 parent baa5207 commit c85d928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/cisco_ios_xe_transfer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description: "Transfer IOS file to Cisco Router"
enabled: true
entry_point: "cisco_ios_xe_transfer.py"
parameters:
timeout:
default: 1200
IP:
type: "string"
description: "IP Address of the device:"
Expand Down
2 changes: 2 additions & 0 deletions actions/cisco_rom_mon_transfer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description: "Transfer ROM MON file to Cisco Router"
enabled: true
entry_point: "cisco_rom_mon_transfer.py"
parameters:
timeout:
default: 1200
IP:
type: "string"
description: "IP Address of the device:"
Expand Down

0 comments on commit c85d928

Please sign in to comment.