Commit 16149db
authored
Merge pull request #1018 from yanksyoon/feat/remove_application_timeout
#1018
#### Description
*<Please add why this change is needed and what it does.>*
Adds timeout parameter to `model.remove_application()`
Addresses #855
*<Fixes: >*
#### QA Steps
*<Commands / tests / steps to run to verify that the change works:>*
```
tox -e integration -- -k test_app_remove_timeout
```
All CI tests need to pass.
*<Please note that most likely an additional test will be required by the reviewers for any change that's not a one liner to land.>*
#### Notes & Discussion
*<Additional notes for the reviewers if needed. Please delete section if not applicable.>*2 files changed
Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
1003 | | - | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1004 | 1012 | | |
1005 | 1013 | | |
1006 | 1014 | | |
| |||
1009 | 1017 | | |
1010 | 1018 | | |
1011 | 1019 | | |
| 1020 | + | |
| 1021 | + | |
1012 | 1022 | | |
1013 | 1023 | | |
1014 | 1024 | | |
| |||
1019 | 1029 | | |
1020 | 1030 | | |
1021 | 1031 | | |
1022 | | - | |
| 1032 | + | |
1023 | 1033 | | |
1024 | 1034 | | |
1025 | 1035 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
326 | 327 | | |
327 | 328 | | |
328 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
329 | 340 | | |
330 | 341 | | |
331 | 342 | | |
| |||
0 commit comments