Unverified Commit d8168e7e authored by Gao, Xiang's avatar Gao, Xiang Committed by GitHub
Browse files

Set timeout for CI builds, increase print freq for ase example (#138)

Set timeout for CI builds, increase print freq for ase example
parent 63cae6a0
queue:
name: Hosted Linux Preview
timeoutInMinutes: 300
variables:
python.version: '3.7'
......
queue:
name: Hosted Linux Preview
timeoutInMinutes: 10
variables:
python.version: '3.7'
......
queue:
name: Hosted Linux Preview
timeoutInMinutes: 300
variables:
python.version: '3.7'
......
queue:
name: Hosted Linux Preview
timeoutInMinutes: 300
variables:
python.version: '3.7'
......
queue:
name: Hosted Linux Preview
timeoutInMinutes: 30
variables:
python.version: '3.7'
steps:
- task: UsePythonVersion@0
......
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment