Skip to content

Commit

Permalink
Set timeout for CI builds, increase print freq for ase example (#138)
Browse files Browse the repository at this point in the history
Set timeout for CI builds, increase print freq for ase example
  • Loading branch information
zasdfgbnm committed Oct 30, 2018
1 parent 63cae6a commit d8168e7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions azure/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
queue:
name: Hosted Linux Preview
timeoutInMinutes: 300

variables:
python.version: '3.7'
Expand Down
1 change: 1 addition & 0 deletions azure/flake8.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
queue:
name: Hosted Linux Preview
timeoutInMinutes: 10

variables:
python.version: '3.7'
Expand Down
1 change: 1 addition & 0 deletions azure/runnable_submodules.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
queue:
name: Hosted Linux Preview
timeoutInMinutes: 300

variables:
python.version: '3.7'
Expand Down
1 change: 1 addition & 0 deletions azure/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
queue:
name: Hosted Linux Preview
timeoutInMinutes: 300

variables:
python.version: '3.7'
Expand Down
2 changes: 2 additions & 0 deletions azure/tools.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
queue:
name: Hosted Linux Preview
timeoutInMinutes: 30

variables:
python.version: '3.7'


steps:

- task: UsePythonVersion@0
Expand Down
2 changes: 1 addition & 1 deletion examples/ase_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def printenergy(a=atoms):
# with a time step of 1 fs, the temperature 300K and the friction
# coefficient to 0.02 atomic units.
dyn = Langevin(atoms, 1 * units.fs, 300 * units.kB, 0.2)
dyn.attach(printenergy, interval=500)
dyn.attach(printenergy, interval=50)

###############################################################################
# Now run the dynamics:
Expand Down

0 comments on commit d8168e7

Please sign in to comment.