diff --git a/test/integration/targets/nxos_config/tests/common/save.yaml b/test/integration/targets/nxos_config/tests/common/save.yaml index 4a2084948d6..930551bd084 100644 --- a/test/integration/targets/nxos_config/tests/common/save.yaml +++ b/test/integration/targets/nxos_config/tests/common/save.yaml @@ -17,7 +17,6 @@ - name: save config nxos_config: save_when: always - timeout: 300 provider: "{{ connection }}" register: result @@ -28,7 +27,6 @@ - name: save should always run nxos_config: save_when: always - timeout: 300 provider: "{{ connection }}" register: result diff --git a/test/integration/targets/nxos_linkagg/tests/common/sanity.yaml b/test/integration/targets/nxos_linkagg/tests/common/sanity.yaml index 2d659b8f3ad..e650cfc859a 100644 --- a/test/integration/targets/nxos_linkagg/tests/common/sanity.yaml +++ b/test/integration/targets/nxos_linkagg/tests/common/sanity.yaml @@ -200,6 +200,5 @@ feature: lacp provider: "{{ connection }}" state: disabled - timeout: 60 - debug: msg="END connection={{ ansible_connection }} nxos_linkagg sanity test" diff --git a/test/integration/targets/nxos_rollback/tests/common/sanity.yaml b/test/integration/targets/nxos_rollback/tests/common/sanity.yaml index a91418243ea..c60bda02c94 100644 --- a/test/integration/targets/nxos_rollback/tests/common/sanity.yaml +++ b/test/integration/targets/nxos_rollback/tests/common/sanity.yaml @@ -16,13 +16,11 @@ nxos_rollback: checkpoint_file: backup.cfg provider: "{{ connection }}" - timeout: 300 - name: rollback to the previously created checkpoint file nxos_rollback: rollback_to: backup.cfg provider: "{{ connection }}" - timeout: 300 - name: cleanup checkpoint file nxos_config: *delete