Skip to content

Commit

Permalink
increase banner timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Jan 24, 2025
1 parent 0efcfb6 commit 4feb104
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
tests:

runs-on: ubuntu-24.04
timeout-minutes: 45
timeout-minutes: 180

strategy:
fail-fast: false
Expand Down Expand Up @@ -68,11 +68,11 @@ jobs:
python-version: ${{ matrix.python-version }}

# uncomment for debug purposes
- name: Setup upterm session
env:
AIIDA_TEST_PROFILE: test_aiida
AIIDA_WARN_v3: 1
uses: lhotari/action-upterm@v1
#- name: Setup upterm session
# env:
# AIIDA_TEST_PROFILE: test_aiida
# AIIDA_WARN_v3: 1
# uses: lhotari/action-upterm@v1

- name: Setup environment
run: .github/workflows/setup.sh
Expand Down
1 change: 1 addition & 0 deletions src/aiida/transports/plugins/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ def open(self):
connection_arguments['sock'] = self._proxy

try:
connection_arguments['banner_timeout'] = 200
self._client.connect(self._machine, **connection_arguments)
except Exception as exc:
self.logger.error(
Expand Down

0 comments on commit 4feb104

Please sign in to comment.