Skip to content

Commit

Permalink
Shorten the runtime to avoid CI timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dunphy authored and Michael Dunphy committed Jun 3, 2018
1 parent 75b274c commit e75e52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burgers1d/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int main(int argc, char **argv) {
const real_type nu = 0.1;
const real_type c = 0.5;

const real_type finalTime = 1.0;
const real_type finalTime = 0.1;
real_type t = 0.0;

// Numerical parameters:
Expand Down

0 comments on commit e75e52b

Please sign in to comment.